IErrors.ClearErrorsAt method ¶
Namespace: NextDesign.Core
Description¶
Clears all error information for the specified model.
argument¶
| Name | Type | Description |
|---|---|---|
| model | IModel | Target model null cannot be specified. |
Return value¶
- void
Exception¶
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null is specified for model |